home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TKEYASSIGNDIALOG / TKEYASSIGNDIALOG.txt
Encoding:
Text File  |  1999-02-01  |  3.3 KB  |  160 lines

  1. object KeyAssignDialog: TKeyAssignDialog
  2.   Left = 514
  3.   Top = 315
  4.   Width = 395
  5.   Height = 156
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'KeyAssignDialog'
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object WizardPanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 387
  22.     Height = 75
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Step1Panel: TPanel
  27.       Tag = 1
  28.       Left = 0
  29.       Top = 0
  30.       Width = 387
  31.       Height = 75
  32.       Align = alClient
  33.       TabOrder = 0
  34.       OnEnter = Step1PanelEnter
  35.       object Step1Label: TLabel
  36.         Left = 10
  37.         Top = 4
  38.         Width = 41
  39.         Height = 16
  40.         Caption = 'Step1'
  41.         Font.Color = clWindowText
  42.         Font.Height = -15
  43.         Font.Name = 'MS Sans Serif'
  44.         Font.Style = [fsBold]
  45.         ParentFont = False
  46.       end
  47.       object Step1InfoLabel: TLabel
  48.         Left = 10
  49.         Top = 27
  50.         Width = 187
  51.         Height = 16
  52.         Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsf'
  53.         WordWrap = True
  54.       end
  55.       object Edit1: TEdit
  56.         Left = 310
  57.         Top = 28
  58.         Width = 149
  59.         Height = 24
  60.         TabOrder = 0
  61.         Text = 'Edit1'
  62.         OnChange = Edit1Change
  63.       end
  64.       object ClearKey1Button: TButton
  65.         Left = 399
  66.         Top = 59
  67.         Width = 60
  68.         Height = 21
  69.         Caption = 'Clear'
  70.         TabOrder = 1
  71.         OnClick = ClearKey1ButtonClick
  72.       end
  73.     end
  74.     object Step2Panel: TPanel
  75.       Tag = 2
  76.       Left = 0
  77.       Top = 0
  78.       Width = 387
  79.       Height = 75
  80.       Align = alClient
  81.       TabOrder = 1
  82.       OnEnter = Step2PanelEnter
  83.       object Step2Label: TLabel
  84.         Left = 10
  85.         Top = 4
  86.         Width = 41
  87.         Height = 16
  88.         Caption = 'Step2'
  89.         Font.Color = clWindowText
  90.         Font.Height = -15
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = [fsBold]
  93.         ParentFont = False
  94.       end
  95.       object Step2InfoLabel: TLabel
  96.         Left = 10
  97.         Top = 27
  98.         Width = 194
  99.         Height = 16
  100.         Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsfk'
  101.         WordWrap = True
  102.       end
  103.       object Edit2: TEdit
  104.         Left = 310
  105.         Top = 27
  106.         Width = 149
  107.         Height = 24
  108.         TabOrder = 0
  109.         Text = 'Edit1'
  110.         OnChange = Edit1Change
  111.       end
  112.       object ClearKey2Button: TButton
  113.         Left = 399
  114.         Top = 59
  115.         Width = 60
  116.         Height = 21
  117.         Caption = 'Clear'
  118.         TabOrder = 1
  119.         OnClick = ClearKey2ButtonClick
  120.       end
  121.     end
  122.   end
  123.   object ButtonPanel: TPanel
  124.     Left = 0
  125.     Top = 75
  126.     Width = 387
  127.     Height = 49
  128.     Align = alBottom
  129.     BevelOuter = bvNone
  130.     TabOrder = 1
  131.     object BackButton: TButton
  132.       Left = 178
  133.       Top = 10
  134.       Width = 93
  135.       Height = 31
  136.       Caption = '< Back'
  137.       TabOrder = 0
  138.       OnClick = BackButtonClick
  139.     end
  140.     object NextButton: TButton
  141.       Left = 277
  142.       Top = 10
  143.       Width = 93
  144.       Height = 31
  145.       Caption = 'Next >'
  146.       TabOrder = 1
  147.       OnClick = NextButtonClick
  148.     end
  149.     object CancelButton: TButton
  150.       Left = 377
  151.       Top = 10
  152.       Width = 91
  153.       Height = 31
  154.       Caption = 'Cancel'
  155.       ModalResult = 2
  156.       TabOrder = 2
  157.     end
  158.   end
  159. end
  160.